Pasha Phares adds support for Delorme Xmap/Street Atlas 2006 Handheld.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 5 May 2006 13:19:47 +0000 (13:19 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 5 May 2006 13:19:47 +0000 (13:19 +0000)
gpsbabel/readme.xml
gpsbabel/style/xmap2006.style [new file with mode: 0644]

index d31b8097c1fe940363dd4beb481b76e04b42ec43..665771f4f6423a5f2a060e928871e89005a011d8 100644 (file)
@@ -1711,6 +1711,19 @@ a completely pointless line at the beginning and end of the file. This
 is the format used to hot-sync to XMap from withing TopoUSA. Done with
 help of Dan Edwards.</para>
     </section>
+    <section id="xmap2006">
+      <sectioninfo>
+       <subtitle>
+         Delorme XMap/Street Atlas 2006 Handheld Conduit format
+       </subtitle>
+      </sectioninfo>
+      <title>XMap2006</title>
+      <para>Delorme XMap2006 Conduit is just like XMap, except there are 
+       no spaces between fields and the coordinate format is slightly 
+       different. The completely pointless header and footer lines 
+       are the same, at least. Use this to create the XMapHHWptsSend.txt 
+       file needed to sync to Street Atlas Handheld 2006.</para>
+    </section>
     <section id="xmapwpt">
       <sectioninfo>
        <subtitle>Delorme XMapHandHeld street Atlas format.</subtitle>
diff --git a/gpsbabel/style/xmap2006.style b/gpsbabel/style/xmap2006.style
new file mode 100644 (file)
index 0000000..7b4ce23
--- /dev/null
@@ -0,0 +1,37 @@
+# gpsbabel XCSV style file
+#
+# Format: DeLorme Xmap/Street Atlas Handheld 2006 Conduit
+# Author: Pasha Phares
+#   Date: 5/5/2006
+#
+# Amazingly, 2006 won't read the "COMMASPACE" that we used in 
+# in Xmap prior to this and versions before 2006 won't read files
+# separated by only a comma.
+# 
+
+DESCRIPTION                    DeLorme XMap/SAHH 2006 Native .TXT
+EXTENSION                      txt
+
+#
+# FILE LAYOUT DEFINITIIONS:
+#
+FIELD_DELIMITER                COMMA
+RECORD_DELIMITER       NEWLINE
+BADCHARS                       COMMA
+
+PROLOGUE       BEGIN SYMBOL
+EPILOGUE       END
+#
+# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE:
+#
+IFIELD                         LAT_HUMAN_READABLE, "", "%.12g"
+IFIELD                         LON_HUMAN_READABLE, "", "%.12g"
+IFIELD                         SHORTNAME, "", "%s"
+
+OFIELD                         LAT_DECIMAL, "", "%.12g"
+OFIELD                         LON_DECIMAL, "", "%.12g"
+OFIELD                         SHORTNAME, "", "%s"
+
+
+
+